An instrument knob list contains a list of sound parameters. It is defined by the InstKnobList data type.
struct InstKnobList {
long knobCount;
long knobFlags;
InstKnobRec knob[1];
};
typedef struct InstKnobList InstKnobList;